home *** CD-ROM | disk | FTP | other *** search
/ Sacrifice One Self for One's Sadism / Sacrifice One Self for One's Sadism.iso / pc / bpsui.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1997-01-21  |  98 b   |  8 lines

  1. on mouseUp
  2.   if optionDown() then
  3.     go(the frame + 3)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.